BindPasskeyResponse

data class BindPasskeyResponse(val passkey: Passkey, val postBindingRedirectUri: String? = null)

A response returned after successfully binding a passkey to a device.

Constructors

Link copied to clipboard
fun BindPasskeyResponse(passkey: Passkey, postBindingRedirectUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Passkey bound to the device.

Link copied to clipboard

A URI that can be redirected to once a passkey is bound. This could be a URI that automatically logs the user in with the newly bound passkey, or a success page indicating that a passkey has been bound.